home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1397 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  531b  |  31 lines

  1. on(release){
  2.    if(name eq "testbug")
  3.    {
  4.       stopAllSounds();
  5.       gotoAndStop(4419);
  6.    }
  7.    else if(3 >= state)
  8.    {
  9.       gotoAndStop(4333);
  10.    }
  11.    else if(state == 4 or state == 9)
  12.    {
  13.       if(count != 6)
  14.       {
  15.          gotoAndStop(4343);
  16.       }
  17.       else if(ship >= 6000 and count == 6)
  18.       {
  19.          gotoAndStop(4363);
  20.       }
  21.    }
  22.    else if(state == 5 and count != 6)
  23.    {
  24.       gotoAndStop(4373);
  25.    }
  26.    else if(state == 5 and count == 6)
  27.    {
  28.       gotoAndStop(4383);
  29.    }
  30. }
  31.